@charset "UTF-8";
/* design by showhau */
/*----------抬頭地方要加-----------------------------
<meta name="Robots" content="All" />
<meta name="Author" content="showhau,hau,dpi" />
<meta name="keywords" content="showhau, hau, design, dpi, web, web design" />
-----------------------------------------------------*/

/*----------消虛線---------*/
a {noFocusLine:expression(this.onFocus=this.blur()); text-decoration:none;}      /* For IE, onFocus 的 F 要大寫*/
:focus {-moz-outline-style: none}                         /* For Firefox */


/*----------網頁png----------*/
div, img { 
	behavior:url("images/iepngfix.htc");
}

body{
	font-family:Arial;
	/* text-shadow:1px 1px 1px #897c63; */
	padding:0;
	margin:0;
}
/*------------------------------------------------------------   index  -------*/
#idex{
	margin:auto;
	width:850px;
	z-index:5;
}
#bg{
	position:absolute;
	width:100%; 
	height:70px; 
	background:url(../images/bg_top.png) bottom repeat-x; 
	z-index:4;
	top:0;
}
/*-------------------------------------------------------  top ------------*/
#banner{
	position:absolute;
	width:100%;
	height:200px;
	min-width:850px;
	text-align:center;
	z-index:3;
	margin-top:60px;
	top:0;
}
#top{
	clear:both;
	position:relative;
	width:850px;
	height:250px;
	padding-bottom:17px;
	*padding-bottom:17px;
	_padding-bottom:12px;
	z-index:5;
}
.logo{
	float:left;
	position:absolute;
}
.site{
	font-size:9px;
	clear:both;
	text-align:right;
	height:18px;
	padding-top:5px;
	-webkit-text-size-adjust:none;
}
.site a{
	float:right;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/bg_lan2.jpg) no-repeat;
	width:80px;
	display:block;
	text-align:center;
	margin-left:10px;
	
}
.site a:hover{
	background:url(../images/bg_lan2.jpg) no-repeat;
}
/*----------------------------------  menu  ---------*/
#menu{
	float:right;
	font-size:12px;
	display:block;
	width:620px;
	text-align:right;
	line-height:34px;
}
#menu a{
	float:left;
	display:block;
	color:#FFF;
	padding:0px 20px;
	height:36px;
	width:48px;
	text-align:center;
}
#menu a:hover{
	color:#2965A4;
	background:#000;
}
#slogn{
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	clear:both;
	padding:130px 0 0 5px;
}
#slogn span{
	font-size:20px;
	display:block;
}
/*-------------------------------------------------------------------------------------------    footer  ---------*/
#foot{
	font-size:12px;
	color:#FFF;
	clear:both;
	margin:auto;
	text-align:center;
	line-height:50px;
	height:50px;
	padding-bottom:5px;
}
#foot a{
	color:#FFF;
	padding:0 20px;
}
#foot a:hover{
	color:#2965A4;
}
#copy{
	font-size:10px;
	color:#FFF;
	margin:auto;
	text-align:center;
}